home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / xulrunner / chrome / toolkit.jar / content / global / about.xhtml next >
Encoding:
Extensible Markup Language  |  2006-01-09  |  4.0 KB  |  118 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  4.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
  5. <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  6. %brandDTD;
  7. <!ENTITY % licenseDTD SYSTEM "chrome://global/locale/license.dtd" >
  8. %licenseDTD;
  9. ]>
  10.  
  11. <!-- ***** BEGIN LICENSE BLOCK *****
  12.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  13.    -
  14.    - The contents of this file are subject to the Mozilla Public License Version
  15.    - 1.1 (the "License"); you may not use this file except in compliance with
  16.    - the License. You may obtain a copy of the License at
  17.    - http://www.mozilla.org/MPL/
  18.    -
  19.    - Software distributed under the License is distributed on an "AS IS" basis,
  20.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  21.    - for the specific language governing rights and limitations under the
  22.    - License.
  23.    -
  24.    - The Original Code is Mozilla Communicator client code, released
  25.    - March 31, 1998.
  26.    -
  27.    - The Initial Developer of the Original Code is
  28.    - Netscape Communications Corporation.
  29.    - Portions created by the Initial Developer are Copyright (C) 1998-1999
  30.    - the Initial Developer. All Rights Reserved.
  31.    -
  32.    - Contributor(s):
  33.    -   Henrik Gemal <mozilla@gemal.dk>
  34.    -   Daniel Veditz <dveditz@netscape.com>
  35.    -   Alexey Chernyak <alexeyc@bigfoot.com>
  36.    -
  37.    - Alternatively, the contents of this file may be used under the terms of
  38.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  39.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  40.    - in which case the provisions of the GPL or the LGPL are applicable instead
  41.    - of those above. If you wish to allow use of your version of this file only
  42.    - under the terms of either the GPL or the LGPL, and not to allow others to
  43.    - use your version of this file under the terms of the MPL, indicate your
  44.    - decision by deleting the provisions above and replace them with the notice
  45.    - and other provisions required by the GPL or the LGPL. If you do not delete
  46.    - the provisions above, a recipient may use your version of this file under
  47.    - the terms of any one of the MPL, the GPL or the LGPL.
  48.    -
  49.    - ***** END LICENSE BLOCK ***** -->
  50.   
  51. <html xmlns="http://www.w3.org/1999/xhtml">
  52. <head>
  53. <title>About:</title>
  54. <style type="text/css">
  55. img {
  56.   border: 0;
  57. }
  58. p {
  59.   font-size: smaller;
  60. }
  61. h1 {
  62.   margin: 0;
  63. }
  64. :link {
  65.   color: #00e;
  66. }
  67. :visited {
  68.   color: #551a8b;
  69. }
  70. :link:active, :visited:active {
  71.   color: #f00;
  72. }
  73. </style>
  74. </head>
  75. <body>
  76.  
  77. <div id="mozinfo" align="center">
  78. <a href="http://www.mozilla.org/">
  79. <img src="chrome://branding/content/about.png" alt="&brandShortName;"/></a>
  80.  
  81. <h1>
  82. <a id="mozlink" href="&releaseURL;">&brandShortName; 1.8.0.4</a>
  83. </h1>
  84. <script type="application/x-javascript">
  85.   // using try..catch to handle empty useragents and other cases where the regex fails to apply
  86.   try {
  87.     document.getElementById("mozinfo").appendChild(document.createTextNode(navigator.userAgent));
  88.   }
  89.   catch (e) {}
  90. </script>
  91. </div>
  92. <hr />
  93.  
  94. <ul>
  95. <li>Copyright © 1998-2006 &license.part1; <a href="about:credits">&license.contrib;</a>
  96.   &license.part2;
  97.   <a href="about:license">Mozilla Public License &license.and; Netscape Public License</a>&license.part3;
  98. </li>
  99. <li>Portions of this software are copyright © 1994 The Regents of the 
  100. University of California.  All Rights Reserved.</li>
  101. <li>This software may contain portions that are copyright © 1998-2002 
  102. <a href="http://www.supportsoft.com/">SupportSoft, Inc.</a>  All Rights Reserved.
  103. </li>
  104. </ul>
  105.  
  106. <p>
  107. U.S. GOVERNMENT END USERS. The Software is a "commercial
  108. item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting
  109. of "commercial computer software" and "commercial computer software 
  110. documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). 
  111. Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
  112. (June 1995), all U.S. Government End Users acquire the Software with only 
  113. those rights set forth herein.
  114. </p>
  115.  
  116. </body>
  117. </html>
  118.